home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Graphismes / Bitmap / IconToGIF 1.0.2 / Readme < prev   
Text File  |  1995-11-27  |  2KB  |  44 lines

  1. IconToGIF
  2. Version 1.0.2
  3. 11/27/1995
  4. by Dan Crevier
  5. <mailto:dan@rhino.harvard.edu>
  6.  
  7. Introduction
  8.  
  9.      IconToGIF is a freeware utility to convert icons into transparent GIF images suitable for using on WWW pages.  It is useful for developers who want to put an icon of their product on their page.  The application is not native on PowerMacs, just because it really takes no time to execute.  You can find the latest version of this program at <http://rhino.harvard.edu/dan/IconToGIF.html>.
  10.  
  11. Usage
  12.  
  13.      Just drag a file, folder, or drive onto IconToGIF, or use the Open... item in the File menu.  A file with the extension ".gif" will be created in the directory containing the source.  It uses Internet Config if it's available to find the file type/creator to use for the gif.
  14.  
  15. Scripting IconToGIF
  16.  
  17.      IconToGIF handles a simple scripting command to make a gif file of the icon of a file passed in.  A sample script is included that prompts for the output filename for each file, and another that writes the files to a directory specified in the script.
  18.  
  19. Acknowlegements
  20.  
  21.      In writing this program, I used Ammon Skidmore's StandardGetAnything routine, and the gd gif-manipulating library created by Thomas Boutell and the Quest Center at Cold Spring Harbor Labs.  For finding the icons, I use James W. Walker's FindIcon code.  For asking the finder for icons, I used some code by Marco Piovanelli.  Did I write any of this?
  22.  
  23. Release Notes
  24.  
  25. Version 1.0.2 -- 11/27/95
  26.      Ñ Uses internet config to find the file type/creator of gif files, if it's available.
  27.      Ñ Uses scriptable finder to find icons (if it's available).  It does better at finding
  28.          the icons of aliases.
  29.      Ñ Complains if color Quickdraw isn't installed.
  30.  
  31. Version 1.0.1 -- 10/23/95
  32.      Ñ Enhanced about box and put in support for internet config.
  33.      Ñ Added scripting support.
  34.      Ñ IconToGIF quits after creating the gifs if it was run by dragging files onto it.
  35.  
  36. Version 1.0 -- 10/20/95
  37.      Ñ Added "Working..." dialog, so you know it's doing something.
  38.      Ñ Set's file type to a JPEGView GIF
  39.      Ñ Now correctly works with files, folders, and volumes.
  40.  
  41. Dan Crevier
  42. <mailto:dan@rhino.harvard.edu>
  43. <http://rhino.harvard.edu/dan/home.html>
  44.